Skip to content

Mgmttoprov smaller parts#81

Open
richard-cox wants to merge 22 commits into
mgmt-to-prov-listsfrom
mgmttoprov-smaller-parts
Open

Mgmttoprov smaller parts#81
richard-cox wants to merge 22 commits into
mgmt-to-prov-listsfrom
mgmttoprov-smaller-parts

Conversation

@richard-cox
Copy link
Copy Markdown
Owner

Summary

Fixes #

Occurred changes and/or fixed issues

Technical notes summary

Areas or cases that should be tested

Areas which could experience regressions

Screenshot/Video

Checklist

  • The PR is linked to an issue and the linked issue has a Milestone, or no issue is needed
  • The PR has a Milestone
  • The PR template has been filled out
  • The PR has been self reviewed
  • The PR has a reviewer assigned
  • The PR has automated tests or clear instructions for manual tests and the linked issue has appropriate QA labels, or tests are not needed
  • The PR has reviewed with UX and tested in light and dark mode, or there are no UX changes
  • The PR has been reviewed in terms of Accessibility
  • The PR has considered, and if applicable tested with, the three Global Roles Admin, Standard User and User Base

afterLoginRoute: {
async handler(neu) {
if (typeof neu === 'object') {
this.clusters = await this.$store.dispatch('management/findAll', { type: MANAGEMENT.CLUSTER });
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is kinda temporary. What we should be doing is using a paginated select component but... i think the plan is to remove all of this, so take the simple approach for the moment

{ field: `status.info.machineProvider` },
{ field: `status.driver` },
{ field: `status.info.kubernetesVersion` },
{ field: `spec.fleetWorkspaceName` },
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was missing from the previous PR that switched lists from PCIC to MCIC

richard-cox and others added 17 commits May 8, 2026 15:29
* fix wf emails

* fix permissions issue

* revert changes as wf is fixed in terms of emails
* wip

* cover 'list', 'listAll', 'get' and 'labelSelector' methods

* docusaurus updates missed from last commit

* fix docusaurus build

* address pr comments

* fix unit tests

* address pr comments + fixed examples of shell api to be composition api first + updated methods and naming used for resources API + update tests

* address pr comments from cody

* address pr comments from richard

* address final comments

* fix issue with findFiltered around usage and types + update unit tests and docs

* fix return types of findFiltered + fix lint issues

* fix lint issues
… on the previous tests (rancher#17660)

* Improvements to daily test improver based on previous tests created

* Add QA/None since we always adds it

* Recompiled
…misc validators (rancher#17658)

* test: add tests for pod-affinity, prometheusrule, and misc validators

Add 79 unit tests covering:
- pod-affinity.js: affinity/anti-affinity preferred/required scheduling,
  weight validation (1-100), topologyKey validation, labelSelector
  matchExpression operators (In/NotIn/Exists/DoesNotExist), error context
- prometheusrule.js: ruleGroups required validation, groupsAreValid
  (name, rules, alert/record/expr/labels fields, 1-based indexing)
- container-images.js: podSpec path (template and cronjob jobTemplate),
  container image presence validation
- flow-output.js: verifyLocal flag, local/global ref combinations
- logging-outputs.js: logdna api_key validation
- monitoring-route.js: matching spec validation, interval format validation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* ci: trigger checks

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add validation to ca bundle certificate field + info tooltip

* add isBase64EncodedCert helper

* fix validation update issue with removed items + comments

---------

Co-authored-by: Mo Mesgin <mmesgin@Mos-M2-MacBook-Pro.local>
…ion. (rancher#17650)

* Apply the WORKFLOW on a FORK as a SUCCESS and skip the other steps

* Recompiled after rebase

* test agentic workflow if condition
The sort cache key included rows.length but not row identity,
so filtering to a different set with the same count returned
stale cached rows. Store a reference to the source rows array
alongside the cache and compare it on cache hit.

Fixes rancher#15576
Convert home and cluster management cluster lists to use MCIC instead of PCIC
@richard-cox richard-cox force-pushed the mgmttoprov-smaller-parts branch from 721d661 to 5cd540d Compare May 18, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants